home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / misc / fixiff.lha / fixiff.readme < prev    next >
Encoding:
Text File  |  1997-11-26  |  917 b   |  24 lines

  1. Short:    Fix IFF files
  2. Uploader: phillwooller@geocities.com (Phill Wooller)
  3. Author:   phillwooller@geocities.com (Phill Wooller)
  4. Type:     util/misc
  5.  
  6. I found a lot of IFF files which don't match the EA-IFF85
  7. specification. As iffparse.library & datatypes.library
  8. will not load these files I decided to write this program
  9. to fix them.
  10.  
  11. It cannot work miracles, some files it cannot fix can be
  12. tweaked with a hex editor to get them working. It only
  13. knows about the general format of IFF files, an error
  14. in the data cannot be fixed (maybe in the future).
  15.  
  16. This only runs from the cli and takes the files to
  17. process as arguments. Always backup files before you
  18. try to fix them as it overwrites the original file.
  19.  
  20. I wrote this a couple of months ago but decided to
  21. upload it now as pix/misc/C64Pics.lha on aminet contains
  22. a file which cannot be displayed with multiview, if you
  23. run fixiff on it then it works perfectly.
  24.